-
1 multithreaded program
Программирование: многопоточная программа -
2 application
= app1) (см. тж. software application) - приложение, прикладная программазаконченная прикладная программа или пакет, которые обеспечивают пользователю решение определённой задачи, например электронная таблица или текстовый процессор. Типичные словосочетания - Windows application (Windows-приложение), Linux application (Linux-приложение). Термин широко распространился, заменив термин application program в связи с тем, что приложение подразумевает работу с ним посредством графического интерфейса пользователя (GUI), а не из командной строкиAnt:см. тж. active application, application certification, application complexity, application context, application designer, application developer, application development, application domain, application framework, application gateway, application generator, application heap, application integration, application layer, application mining, application package, application partitioning, application profiling, application programmer, application server, application software, application suite, application window, client application, command line, console application, consumer application, critical application, database application, distributed application, embedded applications, engineering applications, enterprise application, government application, graphics application, householding application, information application, legacy application, managed application, meta-application, mobile application, multimedia application, multimodal application, multithreaded application, multi-tier application, network application, notification application, rugged application, scientific application, server application, software, target application, web application2) см. hardware application3) применение, использование, употребление; применимостьнапример, for military applications - для военных применений4) заявление, заявканапример, partial application - частичное присваивание значений (если значения присвоены не всем аргументам)см. тж. argument6) наложение; нанесение; аппликациясм. тж. compositingАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > application
См. также в других словарях:
multithreaded — adjective a) Of an application program, having more than one thread of execution; thus taking advantage of multi tasking operating systems and hardware. b) Of a programming language, able to produce such programs … Wiktionary
Dynamic program analysis — is the analysis of computer software that is performed by executing programs built from that software system on a real or virtual processor. For dynamic program analysis to be effective, the target program must be executed with sufficient test… … Wikipedia
Overdose (program) — Overdose is a Yahoo! Chat client written in C, and using the curses library for text I/O. It is multithreaded using pthreads, and works on Linux/BSD/Unix and Windows. Categories: On line chatWeb software stubs … Wikipedia
Thread (computer science) — This article is about the concurrency concept. For the multithreading in hardware, see Multithreading (computer architecture). For the form of code consisting entirely of subroutine calls, see Threaded code. For other uses, see Thread… … Wikipedia
Critical section — In concurrent programming a critical section is a piece of code that accesses a shared resource (data structure or device) that must not be concurrently accessed by more than one thread of execution. A critical section will usually terminate in… … Wikipedia
Bryan Cantrill — Bryan M. Cantrill is an engineer at Sun Microsystems. Cantrill graduated from Brown University, B.Sc. in computer science. He was born in Colorado where he attained the rank of Eagle Scout.In 2005 Bryan Cantrill was named one of the 35 Top Young… … Wikipedia
threadsafe — adjective That can be safely accessed from multiple threads. Only a few collection classes are threadsafe. As well see later, being threadsafe does not necessarily mean that you can safely use them in every multithreaded program … Wiktionary
GenealogyJ — Captura de edición de persona … Wikipedia Español
Message Passing Interface — MPI, the Message Passing Interface, is standardized and portable message passing system designed by a group of researchers from academia and industry to function on a wide variety of parallel computers. The standard defines the syntax and… … Wikipedia
Memory barrier — Memory barrier, also known as membar or memory fence or fence instruction, is a type of barrier and a class of instruction which causes a central processing unit (CPU) or compiler to enforce an ordering constraint on memory operations issued… … Wikipedia
Concutest — is a specialized unit testing framework for the Java programming language. Created by Mathias Ricken while at the JavaPLT (Java Programming Languages Team) at Rice University, Concutest provides a set of unit testing like features for the… … Wikipedia